PEEK STRING
Reads a String value from a given memory address. The optional length parameter defines the number of characters to read.

ARGUMENTS:
* Memory Address = Address to read from
optional:
* Length = number of characters to read

RETURNS:


SYNTAX
Return String=PEEK STRING(Memory Address [,Length])


RELATED INFO
View Memory Access Index
View STYX Index
View STYX Main File